home *** CD-ROM | disk | FTP | other *** search
- {
- button = {
- type = "WOApplet";
- name = "WO_BUTTON_APPLET";
- attributes = {
- associationClass = "\"next.wo.client.SimpleAssociation.class\"";
- code = "\"next.wo.client.controls.ButtonApplet.class\"";
- codebase = "\"/WebObjects/Java\"";
- height = 22;
- width = 90;
- align = "\"middle\"";
-
- action = "aMethod";
- title = "\"title\"";
- };
- };
-
- checkbox = {
- type = "WOApplet";
- name = "WO_CHECKBOX_APPLET";
- attributes = {
- associationClass = "\"next.wo.client.SimpleAssociation.class\"";
- code = "\"next.wo.client.controls.CheckboxApplet.class\"";
- codebase = "\"/WebObjects/Java\"";
- height = 42;
- width = 130;
- align = "\"top\"";
-
- action = "aMethod";
- checked = "\"NO\"";
- title = "\"title\"";
- };
- };
-
- choice = {
- type = "WOApplet";
- name = "WO_CHOICE_APPLET";
- attributes = {
- associationClass = "\"next.wo.client.SimpleAssociation.class\"";
- code = "\"next.wo.client.controls.ChoiceApplet.class\"";
- codebase = "\"/WebObjects/Java\"";
- height = 20;
- width = 90;
- align = "\"top\"";
-
- action = "aMethod";
- itemList = "aListObj";
- selectedItem = "anItem";
- };
- };
-
- list = {
- type = "WOApplet";
- name = "WO_LIST_APPLET";
- attributes = {
- associationClass = "\"next.wo.client.SimpleAssociation.class\"";
- code = "\"next.wo.client.controls.ListApplet.class\"";
- codebase = "\"/WebObjects/Java\"";
- height = 54;
- width = 90;
- align = "\"middle\"";
-
- action = "aMethod";
- allowMultipleSelection = "\"NO\"";
- itemList = "aListObj";
- selectedItems = "anItemList";
- selectionChanged = "aMethod";
- };
- };
-
- radiogroup = {
- type = "WOApplet";
- name = "WO_RADIOGROUP_APPLET";
- attributes = {
- associationClass = "\"next.wo.client.SimpleAssociation.class\"";
- code = "\"next.wo.client.controls.RadioGroupApplet.class\"";
- codebase = "\"/WebObjects/Java\"";
- height = 42;
- width = 130;
- align = "\"top\"";
-
- action = "aMethod";
- itemList = "aListObj";
- selectedItem = "anItem";
- };
- };
-
- scrollingtext = {
- type = "WOApplet";
- name = "WO_SCROLLINGTEXT_APPLET";
- attributes = {
- associationClass = "\"next.wo.client.SimpleAssociation.class\"";
- code = "\"next.wo.client.controls.ScrollingTextApplet.class\"";
- codebase = "\"/WebObjects/Java\"";
- height = 71;
- width = 264;
- align = "\"top\"";
-
- stringValue = "aValueObj";
- };
- };
-
- textfield = {
- type = "WOApplet";
- name = "WO_TEXTFIELD_APPLET";
- attributes = {
- associationClass = "\"next.wo.client.SimpleAssociation.class\"";
- code = "\"next.wo.client.controls.TextFieldApplet.class\"";
- codebase = "\"/WebObjects/Java\"";
- height = 20;
- width = 151;
- align = "\"middle\"";
-
- action = "aMethod";
- echoCharacter = "\"aChar\"";
- stringValue = "aValueObj";
- };
- };
- }
-